home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / 3.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  710b  |  26 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9. /*TODO:
  10.  need to add na_generic_package_spec to na_list
  11.  define new_agg_or_access_acc ,..._agg to indicate markers 'access' 'agg'
  12.  
  13.  
  14.  add symtab_copy to copy SYMTAB fields: 
  15.   SYMTAB(a) = SYMTAB(b) => symtab_copy(a,b)
  16.  TBSL: review handling of second arg to chain_overloads : want to avoid
  17.     building explicit tuple for second arg.
  18.  review handling of result from chain_overloads, is it really Symbol
  19. */
  20. #ifndef _3_h
  21. #define _3_h
  22.  
  23. #include "hdr.h"
  24. #include "vars.h"
  25. #endif
  26.